The Imagick class
PHP Manual

Imagick::getImageProfile

(PECL imagick 2.0.0)

Imagick::getImageProfileReturns the named image profile

Descripción

string Imagick::getImageProfile ( string $name )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Returns the named image profile.

Lista de parámetros

name

The name of the profile to return.

Valores retornados

Returns a string containing the image profile. Throw an ImagickException on error.


The Imagick class
PHP Manual